home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
dtype
/
txtdt392.lha
/
textdtpatch
/
textdtpatch.doc
< prev
next >
Wrap
Text File
|
1995-11-13
|
2KB
|
52 lines
textdtpatch textdtpatch
NAME
textdtpatch - patches the text.datatype to support search method
VERSION
39.2
TEMPLATE
none
REQUIREMENT
reqtools.library V38, OS3.0 or higher
FUNCTION
This program patches the text.datatype, so that the new one can
search for a string. Now it can search by four different ways :
1. case sensetive match like strncmp(). Button "Case".
2. case insensetive match like Strnicmp(). Button "NoCase".
3. case sensetive pattern using MatchPattern(). Button "Pattern".
4. case insensetive pattern using MatchPatternNoCase().
Button "PatternNoCase".
The following key commands are supported :
Return (STM_ACTIVATE_FIELD) - opens a reqtools requester to enter
the search string and searches for that if confirmed.
Tab (STM_NEXT_FIELD) , '>' (STM_BROWSE_NEXT) searches for the next
occurrence of the string.
Shift-Tab (STM_PREV_FIELD) , '<' (STM_BROWSE_PREV) searches for the
previous occurrence of the string.
INSTALLATION
1. Copy textdtpatch to your c: or anywhere you like.
2. Add in your S:User-Startup following line:
run >nil: c:textdtpatch
3. To terminate textdtpatch send a break (Ctrl-C).
SEE ALSO
text.datatype
AUTHOR
Stefan Ruppert
Windthorststrasse 5
65439 Floersheim Main
GERMANY
EMail: ruppert@goofy.zdv.uni-mainz.de
i511@informatik.fh-wiesbaden.de
WWW: http://www.uni-mainz.de/~ruppert/